From: Bernd Zeimetz Date: Thu, 6 May 2010 09:07:16 +0000 (+0200) Subject: Fix build target dependency for build-doc. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~178 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=08e7b6ec9db32bc30f9a7ee553bdb5ed1a6781f4;p=gpsbabel.git Fix build target dependency for build-doc. --- diff --git a/debian/rules b/debian/rules index 286e71a2a..d85002b23 100755 --- a/debian/rules +++ b/debian/rules @@ -76,7 +76,8 @@ build-stamp: configure-stamp touch $@ -build-doc-stamp: configure-stamp +# We need a gpsbabel binary to build the documentation. +build-doc-stamp: build-stamp $(MAKE) $(DOCTEMP)/htmldoc-devel/index.html WEB=$(DOCTEMP) DOCVERSION=devel cp $(CURDIR)/debian/gpsbabel-doc.doc-base-common $(CURDIR)/debian/gpsbabel-doc.doc-base ifneq (mips,$(HOSTARCH))